Skip to content

fix(ci): add path filters to build workflow#87

Merged
CalvinAllen merged 1 commit into
mainfrom
fix/ci/build-path-filters
Jan 4, 2026
Merged

fix(ci): add path filters to build workflow#87
CalvinAllen merged 1 commit into
mainfrom
fix/ci/build-path-filters

Conversation

@CalvinAllen

Copy link
Copy Markdown
Collaborator

Summary

Adds path filters to the build workflow so it only runs when relevant files change:

  • src/**
  • __tests__/**
  • package.json
  • package-lock.json
  • tsconfig.json
  • action.yml
  • .github/workflows/build.yml

This prevents unnecessary builds when only documentation, config files, or other workflows change.

@CalvinAllen CalvinAllen merged commit ce0fbb7 into main Jan 4, 2026
3 checks passed
@CalvinAllen CalvinAllen deleted the fix/ci/build-path-filters branch January 4, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant